home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / FastView.app / Document.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  425 b   |  34 lines

  1. Document = {
  2.     ACTIONS = {
  3.     orderFront:;
  4.     windowDidBecomeKey:;
  5.     windowWillClose:;
  6.     };
  7.     OUTLETS = {
  8.     window;
  9.     manager;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FastDoc = {
  14.     ACTIONS = {
  15.     };
  16.     OUTLETS = {
  17.     imageView;
  18.     };
  19.     SUPERCLASS = Document;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. ImageView = {
  27.     ACTIONS = {
  28.     };
  29.     OUTLETS = {
  30.     owner;
  31.     };
  32.     SUPERCLASS = View;
  33. };
  34.